home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / util / libs / quickhelp.lha / QuickHelp / QuickHelp_lib / include / libraries / quickhelp.h
Encoding:
C/C++ Source or Header  |  1998-12-17  |  392 b   |  20 lines

  1. #ifndef LIBRARIES_QUICKHELP_H
  2. #define LIBRARIES_QUICKHELP_H
  3. /*
  4. **    $VER: quickhelp.h 37.0 (00.00.00)
  5. **
  6. **    quickhelp.library definitions
  7. **
  8. **    (C) Copyright 1997 Paweî Marciniak <amisaper@polbox.com>
  9. **    All Rights Reserved
  10. */
  11.  
  12. /* Tags definitions */ 
  13. #define OH_Dummy    (TAG_USER + 1)
  14.  
  15. #define OH_PozX            (OH_Dummy + 0x01)
  16. #define OH_PozY            (OH_Dummy + 0x02)
  17.  
  18. #endif /* LIBRARIES_QUICKHELP_H */
  19.  
  20.